#!/bin/bash
cd "$(dirname "$0")"
cd ../../
echo  "Preparing to serve ionic file watcher on all local ip addresses"
echo  "ionic serve -a"
ionic serve -a
bash